Auto merge of #3533 - jtgeibel:3519-dev-target, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 12 Jan 2017 07:56:39 +0000 (07:56 +0000)
committerbors <bors@rust-lang.org>
Thu, 12 Jan 2017 07:56:39 +0000 (07:56 +0000)
commit6291619896fc6a83d619945148670b6420aa06ec
tree75f3eecb64bf05998ac08c5b29feb4e6bdf75a07
parente7e6110ac383d5cf4621e458f7b6b295fbe8e1fe
parent34628b6574cd19cc456cd639201ebf50cf7fcd27
Auto merge of #3533 - jtgeibel:3519-dev-target, r=alexcrichton

Rename debug target to dev in build output

This renames the debug target to dev in the build output for non-release
builds.  This includes the output of commands such as `cargo build`,
`cargo test`, and `cargo doc`.

Closes #3519
src/cargo/ops/cargo_rustc/job_queue.rs
tests/build.rs
tests/path.rs
tests/test.rs